concurrent program造句
例句与造句
- Learn to avoid problems common in concurrent programming
如何避免当前编程中最常见的问题 - This month , brian goetz shows you how many concurrent programs will benefit from simply replacing
,将有多少并发程序获益。您可以在本文的 - Now , however , concurrent programming is common practice , and you need to be aware of the pitfalls
不过,现在,并发编程已普遍使用,您需要意识到这个缺陷。 - This article describes some potential problems due to non - reentrancy of the function in parallel and concurrent programming
本文描述了在并行和并发程序设计中函数的不可重入性导致的一些潜在问题。 - The end result is that if you use the concurrent programming features of the java programming language , then you need to document them thoroughly
最终结果是,如果使用java编程语言的并发编程特性,则需要彻底地对它们编制文档。 - It's difficult to find concurrent program in a sentence. 用concurrent program造句挺难的
- Jiangjun tang ( computer software and theory ) directed by huimin lin a method for selecting test synchronization sequences for concurrent programs is presented
本文提出一种基于带赋值符号迁移系统stga选取测试同步序列的方法。 - 3 pnueli a . a temporal logic of concurrent programs . theoretical computer science , 1981 , 13 : 45 - 60 . 4 mcmillan k l . symbolic model checking
符号化的模型检测技术利用二叉图binary decision diagram表示状态转换关系,降低了系统模型所需的内存空间。 - Concurrent programming in java by doug lea addison - wesley , 1999 is a masterful book on the subtle issues surrounding multithreaded java programming . synchronization and the java memory model
( addison - wesley , 1999年) ,是一本围绕用java编写多线程程序的微妙问题进行讨论的专业书籍。 - Save your code from meltdown using powerpc atomic instructions developerworks , november 2004 ; it describes techniques for safe concurrent programming in powerpc assembly language
( developerworks , 2004年11月)中的深入介绍;它描述了使用powerpc汇编语言进行安全并发程序设计的技术。 - These changes greatly strengthen the utility of immutable objects in concurrent programs ; immutable objects finally become inherently thread - safe as they were intended to be all along , even if a data race is used to pass references to the immutable object between threads
这些改变极大地加强了并发程序中不变对象的效用,不变对象最终成为固有的线程安全(就像它们所要成为的那样) ,即使使用数据争用在线程之间将引用传递给不变对象。 - Based on the configuration and the mechanism of multitasking in windowsnt , the software concurrent program is designed , including three procedures and multithreading , taking mutex semaphores as synchronization objects , to accomplish concertedly the simulation support software ' s tasks in terms of sharing one and the same real - time simulation database
然后根据实时仿真支撑软件的结构,利用windowsnt的多任务机制,以目前最流行的面向对象的程序设计思想,进行了windowsnt下并发程序的设计,采用三个进程和多个线程,以互斥信号量为同步对象,在共享同一个实时仿真数据库的前提下,协调完成仿真支撑软件的各项任务。 - This design failing was compounded by at least two failings of execution - it was run only on a single - processor system an unusual environment for a highly concurrent program , and whose synchronization performance may well differ substantially from multiprocessor systems , and only on a single platform
除了设计上的失败,在执行方面至少也有两大败笔它只在单处理器系统(对于高并发性程序来说,这是一种不寻常的系统,其同步性能与在多处理器系统上可能有本质上的差别)上,并且只在一个平台上执行。 - What s more , simple concurrent programming has been available on essentially all unix hosts since at least 1988 , which is when ksh standardized its " co - processes . " if you save the ksh source in listing 1 , below , as ex1 . ksh and then run it , you ll see a " countdown " - " ten , nine , eight , etc . " - display , then the result of the ksh subprocess : " all done . " in practice , you might use something like this for a long - running chemical calculation or database retrieval : launch the operation as a subprocess , but keep users informed about what s going on or how much time is left before completion
此外,至少自1988年以来,基本上已经在所有unix主机上实现了简单的并发编程,在1988年这一年ksh对其“协同进程( co - process ) ”进行了标准化。如果您将下面清单1中的ksh源代码保存为ex1 . ksh ,然后运行它,您会看到“倒计时”显示: “十、九、八,等等” ,然后看到ksh子进程的结果: “ all done ” 。实际运用中,您可能会对长期运行的化学计算或数据库检索使用类似这样的操作:启动操作作为子进程,但是让用户始终知道操作的进展或完成之前还剩多少时间。